home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_gnome-admin.idb / usr / freeware / share / logview / logview-regexp.db.z / logview-regexp.db
Encoding:
Text File  |  1999-07-16  |  1.5 KB  |  62 lines

  1. #
  2. # Regexp database for logview. This database has the different
  3. # error messages. It has a tag which is used to link the 
  4. # description of the message with the error. The format is
  5. #
  6. # [tag]:[process regex]:[message regex]:[level]
  7. # where
  8. #
  9. #   [tag]            is a name that links the error message with a 
  10. #                    description.
  11. #   [process regex]  can be wither a regular expression or '-'. '-'
  12. #                    means that its the same regular expression as the
  13. #                    previous message. The regular expression is used
  14. #                    to match who wrote the message.
  15. #   [message regex]  The regular expression used to match the error
  16. #                    message
  17. #   [level]          The importance of the message. Unused for now. Just
  18. #                    set to 0.
  19. #
  20. #  For now the separator is the ':' charcater. Don't use it in your 
  21. #  anywhere else for now! Later the delimiter might change to a 
  22. #  ctrl char.
  23. #
  24.  
  25. # Kernel messages
  26. #
  27. mesg1:kernel:tty.*:7
  28. mesg2:-:^ide.*:6
  29. mesg3:-:^hd.*:5
  30. default kernel:-:.*:7
  31.  
  32. ssh-fwdX11:sshd:.*Connection from.*:7
  33.  
  34. # pppd messages
  35. #
  36.  
  37. local ip:pppd\[\d*:local.* \d*.\d*.\d*.\d*:7
  38. remote ip:-:remote.* \d*.\d*.\d*.\d*:7
  39. default pppd:-:.*:7
  40.  
  41. # syslogd messages
  42. #
  43.  
  44. syslogd restart:syslogd:restart:0
  45.  
  46. # PAM_pwd
  47. #
  48.  
  49. su opened:PAM_pwdb\[\d*:^\(su\) session opened for user root*:3
  50. su closed:-:^\(su\) session closed for user root:3
  51.  
  52.  
  53. # Messages generated by chat
  54. #
  55.  
  56. default chat:chat\[\d*:.*:7
  57.  
  58.  
  59. #
  60. #  etc ...
  61.